03. Intro to Cloud Functions

4 H Intro To Cloud Functions Fixed

Intro to Cloud Functions

What are some reasons to run code on a server instead of locally on a user's device (the client)? Check all that apply.

SOLUTION:
  • The code should be secret
  • The code requires additional computing resources that the client doesn't necessarily have
  • The code requires admin authorization privileges